FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/preference-type

Packageca.infoway.io.erec
Resource TypeCodeSystem
Idpreference-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.erec@1.1.1-dft-ballot&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/preference-type
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/preference-type
Statusdraft
NamePreferenceTypeCode
TitlePreference Type Code
Authoritynational
DescriptionContains codes indicating the preference type
Contentcomplete

Resources that use this resource

ValueSet
preference-typePreference Type Code

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "preference-type",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/preference-type",
  "name": "PreferenceTypeCode",
  "title": "Preference Type Code",
  "status": "draft",
  "experimental": false,
  "publisher": "Canada Health Infoway",
  "description": "Contains codes indicating the preference type",
  "content": "complete",
  "concept": [
    {
      "code": "preferred",
      "display": "Preferred"
    },
    {
      "code": "required",
      "display": "Required"
    },
    {
      "code": "excluded",
      "display": "Excluded"
    }
  ]
}